From 59108b5d98f880457bf540f1898d3c21bb35d0e2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Jun 2010 15:21:18 -0400 Subject: [PATCH] Move docs inline --- gdk/gdkdnd.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c index e601b961e7..690e4a5a7a 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -30,6 +30,22 @@ #include #include "gdkalias.h" +/** + * SECTION:dnd + * @title: Drag And Drop + * @short_description: Functions for controlling drag and drop handling + * + * These functions provide a low level interface for drag and drop. + * The X backend of GDK supports both the Xdnd and Motif drag and drop + * protocols transparently, the Win32 backend supports the WM_DROPFILES + * protocol. + * + * GTK+ provides a higher level abstraction based on top of these functions, + * and so they are not normally needed in GTK+ applications. + * See the Drag and Drop section of + * the GTK+ documentation for more information. + */ + /** * gdk_drag_find_window: * @context: a #GdkDragContext. -- 2.30.2